adds operator crds helm/kubectl installation guide#435
Merged
ChrisJBurns merged 2 commits intomainfrom Jan 14, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the CRD installation and management documentation by adding kubectl installation methods as an alternative to Helm. The documentation now provides users with two installation paths: Helm (recommended) for full lifecycle management, and kubectl for simpler, static manifest-based installations suitable for GitOps workflows.
Changes:
- Added tabbed interface (Helm/kubectl) for CRD installation, upgrade, and uninstall sections
- Documented Helm chart configuration options for selective CRD installation (
crds.install.server,crds.install.registry,crds.install.virtualMcp,crds.keep) - Added kubectl commands for installing, upgrading, and removing individual CRDs via GitHub raw URLs
|
@ChrisJBurns I've opened a new pull request, #436, to work on those changes. Once the pull request is ready, I'll request review from you. |
4 tasks
danbarr
requested changes
Jan 13, 2026
Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
8e050cb to
1dd9c73
Compare
danbarr
approved these changes
Jan 14, 2026
This was referenced Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We have added some additional toggles for CRDs Helm Chart. This PR adds documentation for those extra toggles.
Type of change
Screenshots
Submitter checklist
Content and formatting
Reviewer checklist
Content